home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / game / patch / RallyChamp2HD.lha / RCA.Install < prev    next >
Text File  |  1995-02-05  |  3KB  |  91 lines

  1. failat 21
  2.  
  3. echo "*e "
  4. echo "*e[1;32m _________________________________________________________________________"
  5. echo " *e[0;32;43m                                                                         *e[0m"
  6. echo " *e[0;32;43m                           SUNSHiNE PRODUCTiONS                          *e[0m"
  7. echo " *e[0;32;43m                             HD INSTALLER FOR                            *e[0m"
  8. echo " *e[0;32;43m                   'RALLY CHAMPIONSHIP -AGA- FROM FLAIR'                *e[1m *e[0m"
  9. echo " *e[1;4;43m                                                                         *e[0m"
  10.  
  11.  
  12.     echo " "
  13.     Echo noline " Would you like to install it (Y/N) "
  14.     set > nil: InpVar ?
  15.  
  16.     if $InpVar eq "y"
  17.       skip INSTALL
  18.     endif
  19.  
  20.     if $InpVar eq "yes"
  21.       skip INSTALL
  22.     endif
  23.  
  24.     if $InpVar eq "j"
  25.       skip INSTALL
  26.     endif
  27.  
  28.     if $InpVar eq "ja"
  29.       skip INSTALL
  30.     endif
  31.  
  32. endif
  33. echo "Good Bye..."
  34. quit
  35. lab INSTALL
  36.  
  37. echo "*e[ "
  38. echo "*e[1;32m _________________________________________________________________________"
  39. echo " *e[0;32;43m                                                                         *e[0m"
  40. echo    " *e[0;32;43m      *e[1m NOTE:*e[0;32;43m This Installer will create an                               *e[0m"
  41. echo    " *e[0;32;43m       Directory named: '*e[1mRally-Championship*e[0;32;43m' on your HD.                 *e[0m"
  42. echo " *e[1;4;43m                                                                         *e[0m"
  43. echo    "*n"
  44. echo NOLINE "Please enter the Path to Install to: "
  45.  
  46. set > NIL: Dev [Return]
  47. set > NIL: Dev ?
  48. if not exists $Dev
  49.   echo " Wrong device, $Dev does not exist! Try again..."
  50.   wait 1
  51.   skip back INSTALL
  52. endif
  53. cd $Dev
  54.    if not exists Rally-Championship
  55.     makedir    Rally-Championship
  56.         echo    "*n"
  57.         echo    "*e[0mCreating Directory.....*e[1;32mRally-Championship*e[0m"
  58.     endif
  59. cd    Rally-Championship
  60. set    >NIL:    DEV    $DEV
  61. echo NOLINE "*n Installing '*e[1mRally-Championship*e[0m' to $Dev..."
  62. echo    "*n"
  63. copy    DISK1:#? "" ALL
  64. copy    DISK2:#? "" ALL
  65. copy    DISK3:#? "" ALL
  66. copy    DISK4:#? "" ALL
  67. copy    DISK5:#? "" ALL
  68. copy    DISK6:#? "" ALL
  69. echo "...*e[33mINSTALLATION DONE.... *e[0m"
  70. wait    2
  71. echo "*e "
  72. echo "*e[1;32m _________________________________________________________________________"
  73. echo " *e[0;32;43m                                                                         *e[0m"
  74. echo " *e[0;32;43m                           Please assign following:                      *e[0m"
  75. echo " *e[1;4;43m                                                                         *e[0m"
  76. echo    " "
  77. echo "ASSIGN DISK1: to GameDir "
  78. echo "ASSIGN DISK2: to GameDir"
  79. echo "ASSIGN DISK3: to GameDir"
  80. echo "ASSIGN DISK4: to GameDir"
  81. echo "ASSIGN DISK5: to GameDir"
  82. echo "ASSIGN DISK6: to GameDir"
  83. echo    " "
  84. echo "to *e[1mSTART*e[0m the game , Click on the icon called: Rally-Championship"
  85. echo    " "
  86. echo "                       Have Fun playing This Game.."
  87. echo "              Signed: Mr.Coke & Blast of SUNSHINE PRODUCTIONS*e[0m"
  88. echo " "
  89. wait    2
  90. quit
  91.